home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / marxmenu.arc / MARX.BAT < prev    next >
DOS Batch File  |  1991-03-27  |  1KB  |  36 lines

  1. @ECHO OFF
  2. .\MARXMENU.EXE %1 .
  3. %MXCMD%
  4. %0 %1
  5.  
  6. *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
  7.  
  8. MarxMenu * CopyRight 1989-91 by Marc Perkel
  9.  
  10. If you are having trouble getting MarxMenu to work,
  11. the first line of this file can be changed to ECHO ON.
  12.  
  13. MarxMenu controls this batch file by writing to the environment
  14. variable MXCMD. %0 = MARX.BAT and restarts this batch file.
  15.  
  16. MXSTOP.BAT is executed to exit this batch file.
  17. The third parameter in line 2 is the directory where temporary
  18. batch files are created.
  19.  
  20. *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
  21.  
  22.          MARX.BAT
  23.          --------     +-------MarxMenu Creates--+
  24.   +----> @ECHO OFF    |                         |
  25.   |      C:\MARX\MARXMENU.EXE %1 C:\MARX        |
  26.   |      %MXCMD% ->---+                         +-> $MX00000.BAT
  27.   | +--> %0 %1 --+    |                             ------------
  28.   | |            |    +---------------------------> CD\WORDSTAR
  29.   +-|------<-----+                                  WS --+
  30.     |                                                    |
  31.     +--------------------------------------------------<-+
  32.  
  33. Note: MarxMenu sets MXCMD = CALL $MX00000.BAT
  34.  
  35. *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
  36.